Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | 'use strict' |
||
11 | initialize (server) { |
||
12 | server.use(passport.initialize()) |
||
13 | passport.use('jwtBodyFieldStrategy', jwtBodyFieldStrategy) |
||
14 | passport.use('jwtEmptyParamUrlQueryStrategy', jwtEmptyParamUrlQueryStrategy) |
||
15 | passport.use('jwtUrlQueryStrategy', jwtUrlQueryStrategy(confirmation)) |
||
16 | }, |
||
17 | signJwt |
||
19 |